home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / qptech.arc / TI392.ASC < prev    next >
Text File  |  1991-04-25  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. PRODUCT  :  QUATTRO PRO                            NUMBER  :  392
  9. VERSION  :  1.0
  10.      OS  :  MS/PC DOS
  11.    DATE  :  August 10, 1990                 PAGE  :  1/2
  12.  
  13.   TITLE  :  USING DEBUG TO ALLOW USE OF QUATTRO.BAK
  14.  
  15.  
  16.  
  17.  
  18. Quattro Pro's Transcript Utility records your keystrokes and
  19. commands as you use the program.  This recorded information is
  20. saved in a macro format to the file QUATTRO.LOG.  This utility
  21. can be used to:
  22.  
  23.     -  undo a mistake
  24.  
  25.     -  recover from a power and/or system failure
  26.  
  27.     -  create macros
  28.  
  29. Transcript supports a Max History Length option.  This option
  30. controls the maximum size of the QUATTRO.LOG file.  As a default,
  31. the Max History Length is set to 2000 keystrokes.  Once this
  32. value has been reached, the QUATTRO.LOG file is renamed to
  33. QUATTRO.BAK and the .LOG file is cleared.  This allows you to
  34. rename the .BAK file back to .LOG (at the DOS level or from
  35. within the Quattro Pro FileManager) and use this information for
  36. any of the reasons outlined above.
  37.  
  38. Currently, the Max History Length setting is saved with the .LOG
  39. file.  Therefore, when this file is saved to the .BAK file, this
  40. setting is also retained.  If you rename the .BAK to .LOG, the
  41. Max History Length will already be reached and the file will be
  42. returned to a backup status.  This makes it unusable.
  43.  
  44. It is possible to modify the QUATTRO.BAK file to allow you to use
  45. it again.  This is handled by using DOS DEBUG to manipulate the
  46. file.  The part of the file which is being changed is the area
  47. which stores the Max History Length.  The steps outlined below
  48. will change this setting to approximately 24,000 keystrokes.
  49.  
  50. The following commands will allow you to use the QUATTRO.BAK file
  51. in transcript:
  52.  
  53.      C:\QPRO>DEBUG QUATTRO.BAK       (at DOS prompt)
  54.      -ECS:157 60           (in Debug edit byte 57)
  55.      -W                            (write change to disk)
  56.      Writing nnnn Bytes            (message from DEBUG)
  57.      -Q                            (quit out of debug)
  58.  
  59.      C:\QPRO>COPY QUATTRO.BAK QUATTRO.LOG
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74. PRODUCT  :  QUATTRO PRO                            NUMBER  :  392
  75. VERSION  :  1.0
  76.      OS  :  MS/PC DOS
  77.    DATE  :  August 10, 1990                 PAGE  :  2/2
  78.  
  79.   TITLE  :  USING DEBUG TO ALLOW USE OF QUATTRO.BAK
  80.  
  81.  
  82.  
  83.  
  84. Debug should be located in a directory in your path statement.
  85. This will allow you to have up to 24,000 statements in the old
  86. QUATTRO.BAK file that now has been copied to QUATTRO.LOG.
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.